home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
a6
/
a6.dir
/
00023_BOSS toggle.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-08-19
|
284 b
|
15 lines
on mouseDown
puppetSprite(37, 1)
set the memberNum of sprite 37 to the number of member "BOSS ON"
updateStage()
end
on mouseUp
set the memberNum of sprite 37 to the number of member "BOSS OFF"
updateStage()
puppetSprite(37, 0)
unsetQT(5)
SetReturn()
go("BOSS")
end